@charset "utf-8";
/*
	Background Stretcher jQuery Plugin
	?2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
#slideNum {
	margin:0 auto;
	width:280px;
	padding:490px 0 0 0;
}
#slideNum ul {
	float:right;
	margin:0; padding:0;
}
#slideNum li{
	float:left;
	margin:0 5px 0 0;
	background:#aaa;
	padding:0;
	list-style:none;
}
#slideNum li a {
	text-indent:-9999em;
	display:block;
	width:30px;
	height:6px;
}
#slideNum li.showPage {
	background:#fff;
}

